[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Function            strcapital - capitalizes the first letter of each
                                     word in a string

  Syntax              char *strcapital(char *str);

  Prototype in        stringhk.h

  Remarks             strcapital capitalizes the first letter of each
                      word in the string str. A word is defined an an
                      alphabetic sequence of letters. The string passed
                      to strcapital is modified.

  Return value        returns str.


This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson